projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a70cf2
)
(message-mode): Set `comment-start' to the yank prefix.
author
Miles Bader
<miles@gnu.org>
Thu, 21 Dec 2000 01:56:37 +0000
(
01:56
+0000)
committer
Miles Bader
<miles@gnu.org>
Thu, 21 Dec 2000 01:56:37 +0000
(
01:56
+0000)
lisp/gnus/message.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/message.el
b/lisp/gnus/message.el
index 11ea1a40fb07fc857a8d7b050e3af03285631449..590960485e381adfee58f1b893bf93130571c095 100644
(file)
--- a/
lisp/gnus/message.el
+++ b/
lisp/gnus/message.el
@@
-1501,6
+1501,7
@@
M-RET message-newline-and-reformat (break the line and reformat)."
(set (make-local-variable 'message-checksum) nil)
(set (make-local-variable 'message-mime-part) 0)
(message-setup-fill-variables)
+ (set (make-local-variable 'comment-start) message-yank-prefix)
;;(when (fboundp 'mail-hist-define-keys)
;; (mail-hist-define-keys))
(if (featurep 'xemacs)